diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-08 17:49:47 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-08 17:49:47 +0200 |
commit | ac1916e46707ebb8432f4719208684e6b44ca512 (patch) | |
tree | 09507061f450974af2865bce548509f1e530cbaa | |
parent | a15eae4bc5721f7734e36dd906066ad574899a1e (diff) | |
download | vyos-1x-ac1916e46707ebb8432f4719208684e6b44ca512.tar.gz vyos-1x-ac1916e46707ebb8432f4719208684e6b44ca512.zip |
vrf: add additional documentation link
-rwxr-xr-x | src/conf_mode/vrf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf_mode/vrf.py b/src/conf_mode/vrf.py index 07466f3aa..586424c09 100755 --- a/src/conf_mode/vrf.py +++ b/src/conf_mode/vrf.py @@ -195,6 +195,7 @@ def apply(vrf_config): # # - https://github.com/torvalds/linux/blob/master/Documentation/networking/vrf.txt # - https://github.com/Mellanox/mlxsw/wiki/Virtual-Routing-and-Forwarding-(VRF) + # - https://github.com/Mellanox/mlxsw/wiki/L3-Tunneling # - https://netdevconf.info/1.1/proceedings/slides/ahern-vrf-tutorial.pdf # - https://netdevconf.info/1.2/slides/oct6/02_ahern_what_is_l3mdev_slides.pdf |