diff options
author | jpmondet <jp@mondet.org> | 2018-09-23 14:22:17 +0200 |
---|---|---|
committer | jpmondet <jp@mondet.org> | 2018-09-26 21:45:33 +0200 |
commit | 1c64265f867d384dcc56b8a4d14b85c331604d20 (patch) | |
tree | 6a6f9b9d16b15ae85e7349ab9adc2b0ce50b30da /doc | |
parent | Merge pull request #3071 from donaldsharp/fix_vrf_name (diff) | |
download | frr-1c64265f867d384dcc56b8a4d14b85c331604d20.tar.xz frr-1c64265f867d384dcc56b8a4d14b85c331604d20.zip |
frr-reload.py: Add python2 & python3 compatibility.
Signed-off-by: jpmondet <jp@mondet.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer/building-frr-for-ubuntu1604.rst | 4 | ||||
-rw-r--r-- | doc/developer/building-frr-for-ubuntu1804.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/developer/building-frr-for-ubuntu1604.rst b/doc/developer/building-frr-for-ubuntu1604.rst index 69c4e44d9..1fa0ede20 100644 --- a/doc/developer/building-frr-for-ubuntu1604.rst +++ b/doc/developer/building-frr-for-ubuntu1604.rst @@ -16,8 +16,8 @@ Add packages: apt-get install \ git autoconf automake libtool make gawk libreadline-dev texinfo dejagnu \ pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \ - libc-ares-dev python3-dev libsystemd-dev python-ipaddr python3-sphinx \ - install-info + libc-ares-dev python3-dev libsystemd-dev python-ipaddress \ + python3-sphinx install-info Get FRR, compile it and install it (from Git) --------------------------------------------- diff --git a/doc/developer/building-frr-for-ubuntu1804.rst b/doc/developer/building-frr-for-ubuntu1804.rst index 50e90fc7e..75b31a41f 100644 --- a/doc/developer/building-frr-for-ubuntu1804.rst +++ b/doc/developer/building-frr-for-ubuntu1804.rst @@ -12,8 +12,8 @@ Required packages sudo apt-get install \ git autoconf automake libtool make gawk libreadline-dev texinfo \ pkg-config libpam0g-dev libjson-c-dev bison flex python-pytest \ - libc-ares-dev python3-dev libsystemd-dev python-ipaddr python3-sphinx \ - install-info + libc-ares-dev python3-dev libsystemd-dev python-ipaddress \ + python3-sphinx install-info Optional packages ^^^^^^^^^^^^^^^^^ |