diff options
| author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-08-05 15:11:50 +0200 |
|---|---|---|
| committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-08-19 15:49:21 +0200 |
| commit | 8534f3b7bfbb81a76fc110a79bbbfedf35cc4f30 (patch) | |
| tree | b1d1ca62dd8f9bd1e55476c1cdca1507fcb6679b /print-bgp.c | |
| parent | 1318f45980f05315d22f0dd318c99a6eade7d7cb (diff) | |
| download | tcpdump-8534f3b7bfbb81a76fc110a79bbbfedf35cc4f30.tar.gz | |
Use more HTTPS in URLs
[skip ci]
Diffstat (limited to 'print-bgp.c')
| -rw-r--r-- | print-bgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-bgp.c b/print-bgp.c index 15734734..fe859def 100644 --- a/print-bgp.c +++ b/print-bgp.c @@ -442,7 +442,7 @@ static const struct tok bgp_safi_values[] = { #define BGP_EXT_COM_L2VPN_RT_0 0x000a /* L2VPN Identifier,Format AS(2bytes):AN(4bytes) */ #define BGP_EXT_COM_L2VPN_RT_1 0xF10a /* L2VPN Identifier,Format IP address:AN(2bytes) */ -/* http://www.cisco.com/en/US/tech/tk436/tk428/technologies_tech_note09186a00801eb09a.shtml */ +/* https://www.cisco.com/en/US/tech/tk436/tk428/technologies_tech_note09186a00801eb09a.shtml */ #define BGP_EXT_COM_EIGRP_GEN 0x8800 #define BGP_EXT_COM_EIGRP_METRIC_AS_DELAY 0x8801 #define BGP_EXT_COM_EIGRP_METRIC_REL_NH_BW 0x8802 |
